home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2003 December / CD Rom Data Aralık 2003.iso / Egitim / flash_aralik.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-11-04  |  187 b   |  5 lines

  1. on(release){
  2.    setProperty("_root.gozluk", _xscale, getProperty("_root.gozluk", _xscale) - 10);
  3.    setProperty("_root.gozluk", _yscale, getProperty("_root.gozluk", _yscale) - 10);
  4. }
  5.